home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / DClap / DId.h < prev    next >
Encoding:
Text File  |  1996-07-05  |  362 b   |  22 lines  |  [TEXT/R*ch]

  1. // DId.h
  2. // d.g.gilbert
  3. //
  4. // this is a sop to that damn 16bit os/compiler that
  5. // can't handle long 4 char constants like '4chr'
  6. // so instead we convert all such to some long numeric
  7. //  DIE,  16 BIT TRASH !
  8.  
  9.  
  10. #ifndef _DID_
  11. #define _DID_
  12.  
  13.  
  14. enum DClapCommands {
  15.  cOKAY = 29000, cCANC, cSEND, cTEXT, cHelp, cEDIT, cAppl, cAppW, cRead, cInfo,
  16.  cEnd
  17. };
  18.  
  19.  
  20.  
  21. #endif
  22.